home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 3 of 3.iso / chapte19 / zoom.h < prev    next >
Text File  |  1996-04-29  |  533b  |  24 lines

  1.  
  2.  
  3. #define IDM_EXIT             100
  4.  
  5. #define IDM_OPEN_DIALOG      202
  6. #define IDM_CLOSE            203
  7.                              
  8. #define IDM_PLAY             204
  9. #define IDM_STOP             208
  10.  
  11. #define IDM_ZOOM_NORMAL      218
  12. #define IDM_ZOOM_INCREASE    219
  13. #define IDM_ZOOM_DECREASE    220
  14.  
  15. #define IDM_ABOUT            300
  16.  
  17. #define DLG_VERFIRST         400
  18. #define DLG_VERLAST          404
  19.  
  20. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  21. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  22.  
  23.  
  24.